projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c220c2
)
(select-safe-coding-system): Fix typo: symbol-name -> symbol-value.
author
Kenichi Handa
<handa@m17n.org>
Fri, 16 Mar 2001 11:01:53 +0000
(11:01 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 16 Mar 2001 11:01:53 +0000
(11:01 +0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index be151d8f0ef917e672452d0d2c3a224a22fd8bfa..efedd889f02cd372ce0d5ac8de8a52a27bb6c80b 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-589,7
+589,7
@@
and TO is ignored."
(let ((tail coding-category-list)
preferred base)
(while (and tail
- (not (setq preferred (symbol-
nam
e (car tail)))))
+ (not (setq preferred (symbol-
valu
e (car tail)))))
(setq tail (cdr tail)))
(and (coding-system-p preferred)
(setq base (coding-system-base preferred))